home *** CD-ROM | disk | FTP | other *** search
- Makedat takes one argument, the name of a command file which contains the
- output file name followed by the list of files to be merged together.
-
- The command file should contain as the first line the name of the
- output file. The following lines are a four character file id followed
- by the name of the file which corresponds to that id. As an example
- the command file to create a p51S artwork file could be:
- --------------------------------------------------------
- p51S
- FORW forw.ega
- BACK back.ega
- LEFT left.ega
- RGHT rght.ega
- --------------------------------------------------------
- The resulting file from running makedat would be named p51S.
- Note that CASE IS IMPORTANT FOR THE FOUR CHARACTER IDS.
-